+2001-11-19 Michael Natterer <mitch@gimp.org>
+
+ * gtk/gtknotebook.c: show notebook->event_window with
+ gdk_window_show_unraised(), so it doesn't catch the events which
+ should go to the tab widgets first.
+
Mon Nov 19 15:30:51 2001 Jonathan Blandford <jrb@redhat.com>
* gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init): Add a
+2001-11-19 Michael Natterer <mitch@gimp.org>
+
+ * gtk/gtknotebook.c: show notebook->event_window with
+ gdk_window_show_unraised(), so it doesn't catch the events which
+ should go to the tab widgets first.
+
Mon Nov 19 15:30:51 2001 Jonathan Blandford <jrb@redhat.com>
* gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init): Add a
+2001-11-19 Michael Natterer <mitch@gimp.org>
+
+ * gtk/gtknotebook.c: show notebook->event_window with
+ gdk_window_show_unraised(), so it doesn't catch the events which
+ should go to the tab widgets first.
+
Mon Nov 19 15:30:51 2001 Jonathan Blandford <jrb@redhat.com>
* gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init): Add a
+2001-11-19 Michael Natterer <mitch@gimp.org>
+
+ * gtk/gtknotebook.c: show notebook->event_window with
+ gdk_window_show_unraised(), so it doesn't catch the events which
+ should go to the tab widgets first.
+
Mon Nov 19 15:30:51 2001 Jonathan Blandford <jrb@redhat.com>
* gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init): Add a
+2001-11-19 Michael Natterer <mitch@gimp.org>
+
+ * gtk/gtknotebook.c: show notebook->event_window with
+ gdk_window_show_unraised(), so it doesn't catch the events which
+ should go to the tab widgets first.
+
Mon Nov 19 15:30:51 2001 Jonathan Blandford <jrb@redhat.com>
* gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init): Add a
+2001-11-19 Michael Natterer <mitch@gimp.org>
+
+ * gtk/gtknotebook.c: show notebook->event_window with
+ gdk_window_show_unraised(), so it doesn't catch the events which
+ should go to the tab widgets first.
+
Mon Nov 19 15:30:51 2001 Jonathan Blandford <jrb@redhat.com>
* gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init): Add a
+2001-11-19 Michael Natterer <mitch@gimp.org>
+
+ * gtk/gtknotebook.c: show notebook->event_window with
+ gdk_window_show_unraised(), so it doesn't catch the events which
+ should go to the tab widgets first.
+
Mon Nov 19 15:30:51 2001 Jonathan Blandford <jrb@redhat.com>
* gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init): Add a
}
if (gtk_notebook_get_event_window_position (notebook, NULL))
- gdk_window_show (notebook->event_window);
+ gdk_window_show_unraised (notebook->event_window);
}
static void
notebook);
if (notebook->show_tabs && GTK_WIDGET_MAPPED (notebook))
- gdk_window_show (notebook->event_window);
+ gdk_window_show_unraised (notebook->event_window);
gtk_widget_child_notify (child, "tab_expand");
gtk_widget_child_notify (child, "tab_fill");